func go/doc.recvString
6 uses
go/doc (current package)
reader.go#L32: func recvString(recv ast.Expr) string {
reader.go#L37: return "*" + recvString(t.X)
reader.go#L40: return fmt.Sprintf("%s[%s]", recvString(t.X), recvParam(t.Index))
reader.go#L45: b.WriteString(recvString(t.X))
reader.go#L88: recv = recvString(typ)
reader.go#L725: newF.Recv = recvString(typ)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)